翻訳と辞書
Words near each other
・ Data Validation and Certification Server
・ Data validation and reconciliation
・ Data vault
・ Data Vault Modeling
・ Data verification
・ Data virtualization
・ Data visualization
・ Data warehouse
・ Data warehouse appliance
・ Data warehouse architectures
・ Data Warehouse System Electronic Surveillance Data Management System
・ Data Web
・ Data wrangling
・ Data's Day
・ Data, context and interaction
Data-centric programming language
・ Data-centric security
・ Data-dependent jitter
・ Data-directed programming
・ Data-driven journalism
・ Data-driven programming
・ Data-driven testing
・ Data-flow analysis
・ Data-Fly
・ Data-informed decision-making
・ Data-intensive computing
・ Data-Link Switching
・ Data-oriented parsing
・ Data-structured language
・ Data.gov


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Data-centric programming language : ウィキペディア英語版
Data-centric programming language
Data-centric programming language defines a category of programming languages where the primary function is the management and manipulation of data. A data-centric programming language includes built-in processing primitives for accessing data stored in sets, tables, lists, and other data structures and databases, and for specific manipulation and transformation of data required by a programming application. Data-centric programming languages are typically declarative and often dataflow-oriented, and define the processing result desired; the specific processing steps required to perform the processing are left to the language compiler. The SQL relational database language is an example of a declarative, data-centric language. Declarative, data-centric programming languages are ideal for data-intensive computing applications.
== Background ==
The rapid growth of the Internet and World Wide Web has led to huge amounts of information available online and the need for Big Data processing capabilities. Business and government organizations create large amounts of both structured and unstructured information which needs to be processed, analyzed, and linked.〔(Handbook of Cloud Computing ), "Data-Intensive Technologies for Cloud Computing," by A.M. Middleton. Handbook of Cloud Computing. Springer, 2010.〕 The storing, managing, accessing, and processing of this vast amount of data represents a fundamental need and an immense challenge in order to satisfy needs to search, analyze, mine, and visualize this data as information.〔"Got Data? A Guide to Data Preservation in the Information Age," by F. Berman. Communications of the ACM, Vol. 51, No. 12, 2008, pp. 50-66.〕 Declarative, data-centric languages are increasingly addressing these problems, because focusing on the data makes these problems much simpler to express.〔(The Data Centric Gambit ), by J. Hellerstein, 2008.〕
Computer system architectures such as Hadoop and HPCC which can support data-parallel applications are a potential solution to the terabyte and petabyte scale data processing requirements of data-intensive computing.〔"A Design Methodology for Data-Parallel Applications," by L.S. Nyland, J.F. Prins, A. Goldberg, and P.H. Mills. Handbook of Cloud Computing. Springer, 2010.〕〔"The terascale challenge," by D. Ravichandran, P. Pantel, and E. Hovy. Proceedings of the KDD Workshop on Mining for and from the Semantic Web, 2004.〕 Clusters of commodity hardware are commonly being used to address Big Data problems.〔"BOOM: Data-Centric Programming in the Datacenter," by P. Alvaro, T. Condie, N. Conway, K. Elmeleegy, J. Hellerstein, and R. Sears. Electrical Engineering and Computer Sciences Department, University of California at Berkeley, Technical Report, 2009〕 The fundamental challenges for Big Data applications and data-intensive computing〔"Data-Intensive Computing in the 21st Century," by I. Gorton, P. Greenfield, A. Szalay, and R. Williams. IEEE Computer, Vol. 41, No. 4, 2008, pp. 30-32〕 are managing and processing exponentially growing data volumes, significantly reducing associated data analysis cycles to support practical, timely applications, and developing new algorithms which can scale to search and process massive amounts of data. The National Science Foundation has identified key issues related to data-intensive computing problems such as the programming abstractions including models, languages, and algorithms which allow a natural expression of parallel processing of data.〔(Data-Intensive Computing ), NSF, 2009〕 Declarative, data-centric programming languages are well-suited to this class of problems.
Data-centric programming languages provide a processing approach in which applications are expressed in terms of high-level operations on data, and the runtime system transparently controls the scheduling, execution, load balancing, communications, and movement of programs and data across the computing cluster.〔(Data Intensive Scalable Computing ), by R.E. Bryant, 2008〕 The programming abstraction and language tools allow the processing to be expressed in terms of data flows and transformations incorporating shared libraries of common data manipulation algorithms such as sorting.
Declarative Data-centric programming languages are inherently adaptable to various forms of distributed computing including clusters and data grids and cloud computing.〔(Bamboo: A Data-Centric, Object-Oriented Approach to Many-core Software ), by J. Zhou, and B. Demsky. Programming Language Design and Implementation, 2010〕 Using declarative, data-centric programming languages suggest more than just adapting to a new computing capability, it also suggests changes to the thought process of data analysis and design of applications.〔"Data-Centric Computing with the Netezza Architecture," by G.S. Davison, K.W. Boyack, R.A. Zacharski, S.C. Helmreich, and J.R. Cowie. Sandia National Laboratories, Technical Report, 2006〕

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Data-centric programming language」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.